home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
gfx
/
fu1_62.lha
/
fu
/
Formulas
/
Tentacle.Form
< prev
next >
Wrap
Text File
|
1994-05-12
|
204b
|
30 lines
Tentacle
{
{
mirrorx
x1=-2.0
x2= 2.0
y1=-2.0
y2= 2.0
bailout=2.0
}
{
c=pixel
z=pixel
}
{
t=sin(z)
s=cos(z)
t=t*t
s=s*s
z=s/t
z=z+c
w=abs(z)
}
{
w>bailout
}
{
}
}